﻿2026-07-09T06:34:39.1822758Z ##[group]Run set -euo pipefail
2026-07-09T06:34:39.1823745Z [36;1mset -euo pipefail[0m
2026-07-09T06:34:39.1824517Z [36;1mPIN=0c95435[0m
2026-07-09T06:34:39.1825259Z [36;1mCACHE="$HOME/spt-n1-oldbroker"[0m
2026-07-09T06:34:39.1826169Z [36;1mBIN="$CACHE/target/debug/spt"[0m
2026-07-09T06:34:39.1827444Z [36;1m# Self-healing cache: rebuild the pin only when it moves. Clone OUTSIDE[0m
2026-07-09T06:34:39.1829231Z [36;1m# the workspace (a clone inside gets adopted by the cargo workspace).[0m
2026-07-09T06:34:39.1830910Z [36;1mif [ ! -x "$BIN" ] || [ "$(cat "$CACHE/.builtpin" 2>/dev/null || true)" != "$PIN" ]; then[0m
2026-07-09T06:34:39.1832229Z [36;1m  rm -rf "$CACHE"[0m
2026-07-09T06:34:39.1833098Z [36;1m  git clone "$GITHUB_WORKSPACE" "$CACHE"[0m
2026-07-09T06:34:39.1834140Z [36;1m  git -C "$CACHE" checkout "$PIN"[0m
2026-07-09T06:34:39.1835523Z [36;1m  cargo build --manifest-path "$CACHE/Cargo.toml" -p spt --bin spt[0m
2026-07-09T06:34:39.1836853Z [36;1m  echo "$PIN" > "$CACHE/.builtpin"[0m
2026-07-09T06:34:39.1837804Z [36;1mfi[0m
2026-07-09T06:34:39.1838881Z [36;1mSPT_N1_OLD_BROKER="$BIN" cargo test -p spt --test n1_pairing -- --nocapture[0m
2026-07-09T06:34:39.1856423Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-07-09T06:34:39.1857778Z env:
2026-07-09T06:34:39.1858754Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-07-09T06:34:39.1860097Z ##[endgroup]
2026-07-09T06:34:39.5531079Z    Compiling proc-macro2 v1.0.106
2026-07-09T06:34:39.5532864Z    Compiling unicode-ident v1.0.24
2026-07-09T06:34:39.5534421Z    Compiling quote v1.0.45
2026-07-09T06:34:39.5535418Z    Compiling libc v0.2.186
2026-07-09T06:34:39.5536277Z    Compiling serde_core v1.0.228
2026-07-09T06:34:39.5537882Z    Compiling cfg-if v1.0.4
2026-07-09T06:34:39.5539271Z    Compiling serde v1.0.228
2026-07-09T06:34:39.5540177Z    Compiling log v0.4.32
2026-07-09T06:34:39.5604966Z    Compiling pin-project-lite v0.2.17
2026-07-09T06:34:39.5654252Z    Compiling typenum v1.20.1
2026-07-09T06:34:39.5715794Z    Compiling portable-atomic v1.13.1
2026-07-09T06:34:39.5719474Z    Compiling version_check v0.9.5
2026-07-09T06:34:39.5774394Z    Compiling memchr v2.8.1
2026-07-09T06:34:39.6104715Z    Compiling find-msvc-tools v0.1.9
2026-07-09T06:34:39.6108175Z    Compiling shlex v2.0.1
2026-07-09T06:34:39.6437653Z    Compiling critical-section v1.2.0
2026-07-09T06:34:39.7023726Z    Compiling bytes v1.11.1
2026-07-09T06:34:39.7252368Z    Compiling futures-core v0.3.32
2026-07-09T06:34:39.7646515Z    Compiling subtle v2.6.1
2026-07-09T06:34:39.9012298Z    Compiling smallvec v1.15.1
2026-07-09T06:34:39.9990700Z    Compiling equivalent v1.0.2
2026-07-09T06:34:40.0211207Z    Compiling itoa v1.0.18
2026-07-09T06:34:40.0383312Z    Compiling semver v1.0.28
2026-07-09T06:34:40.0702511Z    Compiling stable_deref_trait v1.2.1
2026-07-09T06:34:40.1162967Z    Compiling futures-sink v0.3.32
2026-07-09T06:34:40.1410747Z    Compiling futures-io v0.3.32
2026-07-09T06:34:40.1724875Z    Compiling slab v0.4.12
2026-07-09T06:34:40.1834000Z    Compiling futures-task v0.3.32
2026-07-09T06:34:40.2312407Z    Compiling futures-channel v0.3.32
2026-07-09T06:34:40.2541504Z    Compiling rand_core v0.10.1
2026-07-09T06:34:40.2743580Z    Compiling generic-array v0.14.7
2026-07-09T06:34:40.3382051Z    Compiling bitflags v2.12.1
2026-07-09T06:34:40.4419406Z    Compiling rustversion v1.0.22
2026-07-09T06:34:40.4772790Z    Compiling hashbrown v0.17.1
2026-07-09T06:34:40.5372565Z    Compiling rustc_version v0.4.1
2026-07-09T06:34:40.6103850Z    Compiling getrandom v0.4.2
2026-07-09T06:34:40.6487314Z    Compiling cpufeatures v0.2.17
2026-07-09T06:34:40.6601451Z    Compiling fnv v1.0.7
2026-07-09T06:34:40.6881244Z    Compiling cfg_aliases v0.2.1
2026-07-09T06:34:40.7052060Z    Compiling strsim v0.11.1
2026-07-09T06:34:40.7301077Z    Compiling litemap v0.8.2
2026-07-09T06:34:40.7666056Z    Compiling writeable v0.6.3
2026-07-09T06:34:40.7792525Z    Compiling ident_case v1.0.1
2026-07-09T06:34:40.8111937Z    Compiling icu_normalizer_data v2.2.0
2026-07-09T06:34:40.9320684Z    Compiling icu_properties_data v2.2.0
2026-07-09T06:34:40.9683710Z    Compiling fs_extra v1.3.0
2026-07-09T06:34:41.0385895Z    Compiling utf8_iter v1.0.4
2026-07-09T06:34:41.0459578Z    Compiling dunce v1.0.5
2026-07-09T06:34:41.0913800Z    Compiling autocfg v1.5.1
2026-07-09T06:34:41.1740329Z    Compiling percent-encoding v2.3.2
2026-07-09T06:34:41.3213461Z    Compiling http v1.4.1
2026-07-09T06:34:41.3322082Z    Compiling thiserror v2.0.18
2026-07-09T06:34:41.3461450Z    Compiling cpufeatures v0.3.0
2026-07-09T06:34:41.4521575Z    Compiling aws-lc-rs v1.17.0
2026-07-09T06:34:41.4851302Z    Compiling unicode-segmentation v1.13.3
2026-07-09T06:34:41.5602225Z    Compiling scopeguard v1.2.0
2026-07-09T06:34:41.5791019Z    Compiling chacha20 v0.10.0
2026-07-09T06:34:41.6091765Z    Compiling syn v2.0.117
2026-07-09T06:34:41.7291938Z    Compiling lock_api v0.4.14
2026-07-09T06:34:41.7451730Z    Compiling form_urlencoded v1.2.2
2026-07-09T06:34:41.7881060Z    Compiling untrusted v0.9.0
2026-07-09T06:34:41.8550549Z    Compiling rustls v0.23.40
2026-07-09T06:34:41.9151955Z    Compiling heck v0.5.0
2026-07-09T06:34:41.9739779Z    Compiling unicode-xid v0.2.6
2026-07-09T06:34:41.9976646Z    Compiling anyhow v1.0.102
2026-07-09T06:34:42.0143717Z    Compiling atomic-waker v1.1.2
2026-07-09T06:34:42.0631034Z    Compiling const-oid v0.10.2
2026-07-09T06:34:42.0940699Z    Compiling paste v1.0.15
2026-07-09T06:34:42.1443691Z    Compiling indexmap v2.14.0
2026-07-09T06:34:42.1540917Z    Compiling zerocopy v0.8.50
2026-07-09T06:34:42.2232108Z    Compiling httparse v1.10.1
2026-07-09T06:34:42.2671507Z    Compiling parking_lot_core v0.9.12
2026-07-09T06:34:42.3141413Z    Compiling num-traits v0.2.19
2026-07-09T06:34:42.3362493Z    Compiling hybrid-array v0.4.12
2026-07-09T06:34:42.4391389Z    Compiling jobserver v0.1.34
2026-07-09T06:34:42.4623206Z    Compiling convert_case v0.10.0
2026-07-09T06:34:42.5865832Z    Compiling curve25519-dalek v4.1.3
2026-07-09T06:34:42.6148425Z    Compiling ahash v0.8.12
2026-07-09T06:34:42.6541607Z    Compiling base64ct v1.8.3
2026-07-09T06:34:42.6782952Z    Compiling either v1.16.0
2026-07-09T06:34:42.8982006Z    Compiling http-body v1.0.1
2026-07-09T06:34:42.9192554Z    Compiling cc v1.2.63
2026-07-09T06:34:42.9323140Z    Compiling fastrand v2.4.1
2026-07-09T06:34:43.0323792Z    Compiling powerfmt v0.2.0
2026-07-09T06:34:43.1611164Z    Compiling pem-rfc7468 v1.0.0
2026-07-09T06:34:43.1920709Z    Compiling deranged v0.5.8
2026-07-09T06:34:43.2587909Z    Compiling crypto-common v0.1.7
2026-07-09T06:34:43.3001790Z    Compiling block-buffer v0.10.4
2026-07-09T06:34:43.4028787Z    Compiling num-conv v0.2.2
2026-07-09T06:34:43.5001518Z    Compiling mio v1.2.1
2026-07-09T06:34:43.5361071Z    Compiling socket2 v0.6.4
2026-07-09T06:34:43.5870955Z    Compiling getrandom v0.2.17
2026-07-09T06:34:43.6290689Z    Compiling digest v0.10.7
2026-07-09T06:34:43.7654780Z    Compiling tower-service v0.3.3
2026-07-09T06:34:43.8470250Z    Compiling rand v0.10.1
2026-07-09T06:34:43.8995155Z    Compiling rand_core v0.6.4
2026-07-09T06:34:43.9201098Z    Compiling uuid v1.23.2
2026-07-09T06:34:43.9319562Z    Compiling time-core v0.1.8
2026-07-09T06:34:43.9571266Z    Compiling data-encoding v2.11.0
2026-07-09T06:34:43.9981317Z    Compiling tinyvec_macros v0.1.1
2026-07-09T06:34:44.0850902Z    Compiling pkg-config v0.3.33
2026-07-09T06:34:44.1178604Z    Compiling zmij v1.0.21
2026-07-09T06:34:44.2110849Z    Compiling try-lock v0.2.5
2026-07-09T06:34:44.2280567Z    Compiling base64 v0.22.1
2026-07-09T06:34:44.2375194Z    Compiling vcpkg v0.2.15
2026-07-09T06:34:44.2972737Z    Compiling parking_lot v0.12.5
2026-07-09T06:34:44.3730285Z    Compiling want v0.3.1
2026-07-09T06:34:44.5998364Z    Compiling tinyvec v1.11.0
2026-07-09T06:34:44.6110899Z    Compiling sha2 v0.10.9
2026-07-09T06:34:44.8901245Z    Compiling cmake v0.1.58
2026-07-09T06:34:44.9051343Z    Compiling crypto-common v0.2.2
2026-07-09T06:34:44.9170367Z    Compiling block-buffer v0.12.0
2026-07-09T06:34:45.0935101Z    Compiling inout v0.1.4
2026-07-09T06:34:45.0938021Z    Compiling vergen-lib v9.1.0
2026-07-09T06:34:45.1471532Z    Compiling n0-future v0.3.2
2026-07-09T06:34:45.2201144Z    Compiling spin v0.10.0
2026-07-09T06:34:45.3503349Z    Compiling winnow v1.0.3
2026-07-09T06:34:45.3651256Z    Compiling cordyceps v0.3.4
2026-07-09T06:34:45.3871334Z    Compiling crossbeam-utils v0.8.21
2026-07-09T06:34:45.3880871Z    Compiling diatomic-waker v0.2.3
2026-07-09T06:34:45.4060933Z    Compiling httpdate v1.0.3
2026-07-09T06:34:45.4481204Z    Compiling parking v2.2.1
2026-07-09T06:34:45.4894003Z    Compiling signature v2.2.0
2026-07-09T06:34:45.5080987Z    Compiling serde_json v1.0.150
2026-07-09T06:34:45.6292815Z    Compiling ed25519 v2.2.3
2026-07-09T06:34:45.6613338Z    Compiling futures-lite v2.6.1
2026-07-09T06:34:45.7435640Z    Compiling cipher v0.4.4
2026-07-09T06:34:45.7515241Z    Compiling netlink-packet-core v0.8.1
2026-07-09T06:34:45.7985439Z    Compiling futures-buffered v0.2.13
2026-07-09T06:34:45.8260354Z    Compiling universal-hash v0.5.1
2026-07-09T06:34:45.8614696Z    Compiling vergen-lib v0.1.6
2026-07-09T06:34:45.9391241Z    Compiling vergen v9.1.0
2026-07-09T06:34:45.9465964Z    Compiling heapless v0.7.17
2026-07-09T06:34:45.9644304Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-07-09T06:34:46.0220502Z    Compiling noq-udp v0.10.0
2026-07-09T06:34:46.0800616Z    Compiling digest v0.11.3
2026-07-09T06:34:46.1210837Z    Compiling aws-lc-sys v0.41.0
2026-07-09T06:34:46.1825958Z    Compiling ring v0.17.14
2026-07-09T06:34:46.2531230Z    Compiling libsqlite3-sys v0.30.1
2026-07-09T06:34:46.3311308Z    Compiling sync_wrapper v1.0.2
2026-07-09T06:34:46.3591012Z    Compiling opaque-debug v0.3.1
2026-07-09T06:34:46.3971503Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-07-09T06:34:46.4280485Z    Compiling byteorder v1.5.0
2026-07-09T06:34:46.4321212Z    Compiling allocator-api2 v0.2.21
2026-07-09T06:34:46.4360895Z    Compiling polyval v0.6.2
2026-07-09T06:34:46.5970981Z    Compiling vergen-gitcl v1.0.8
2026-07-09T06:34:46.6570618Z    Compiling spin v0.9.8
2026-07-09T06:34:46.7541074Z    Compiling hash32 v0.2.1
2026-07-09T06:34:46.8350211Z    Compiling fallible-iterator v0.3.0
2026-07-09T06:34:46.9672801Z    Compiling ryu v1.0.23
2026-07-09T06:34:47.0119783Z    Compiling num_threads v0.1.7
2026-07-09T06:34:47.0521071Z    Compiling signature v3.0.0
2026-07-09T06:34:47.0681784Z    Compiling fallible-streaming-iterator v0.1.9
2026-07-09T06:34:47.0829654Z    Compiling tower-layer v0.3.3
2026-07-09T06:34:47.1803621Z    Compiling time v0.3.47
2026-07-09T06:34:47.2269720Z    Compiling ghash v0.5.1
2026-07-09T06:34:47.2390997Z    Compiling sha2 v0.11.0-rc.5
2026-07-09T06:34:47.3261249Z    Compiling aes v0.8.4
2026-07-09T06:34:47.3421197Z    Compiling ctr v0.9.2
2026-07-09T06:34:47.4191481Z    Compiling aead v0.5.2
2026-07-09T06:34:47.4285037Z    Compiling fs2 v0.4.3
2026-07-09T06:34:47.4572178Z    Compiling http-body-util v0.1.3
2026-07-09T06:34:47.6151190Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-07-09T06:34:47.6682574Z    Compiling utf8parse v0.2.2
2026-07-09T06:34:47.7131034Z    Compiling arrayvec v0.7.6
2026-07-09T06:34:47.7580672Z    Compiling openssl-probe v0.2.1
2026-07-09T06:34:47.8072390Z    Compiling crossbeam-epoch v0.9.18
2026-07-09T06:34:47.8351689Z    Compiling crossbeam-channel v0.5.15
2026-07-09T06:34:47.9190689Z    Compiling netlink-packet-route v0.29.0
2026-07-09T06:34:48.0231165Z    Compiling blake3 v1.8.5
2026-07-09T06:34:48.0425030Z    Compiling memoffset v0.6.5
2026-07-09T06:34:48.3280471Z    Compiling aes-gcm v0.10.3
2026-07-09T06:34:48.4037548Z    Compiling acto v0.8.2
2026-07-09T06:34:48.4139967Z    Compiling noq v0.18.0
2026-07-09T06:34:48.5771029Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-07-09T06:34:48.5961040Z    Compiling netwatch v0.16.0
2026-07-09T06:34:48.6286905Z    Compiling xml-rs v0.8.28
2026-07-09T06:34:48.7220845Z    Compiling tagptr v0.2.0
2026-07-09T06:34:48.8170569Z    Compiling synstructure v0.13.2
2026-07-09T06:34:48.8378505Z    Compiling darling_core v0.20.11
2026-07-09T06:34:48.9393579Z    Compiling foldhash v0.2.0
2026-07-09T06:34:48.9600676Z    Compiling thiserror v1.0.69
2026-07-09T06:34:48.9602906Z    Compiling rustc-hash v2.1.2
2026-07-09T06:34:49.1511096Z    Compiling lru-slab v0.1.2
2026-07-09T06:34:49.2343257Z    Compiling ref-cast v1.0.25
2026-07-09T06:34:49.3422560Z    Compiling mac-addr v0.3.0
2026-07-09T06:34:49.3640588Z    Compiling identity-hash v0.1.0
2026-07-09T06:34:49.4613734Z    Compiling rustix v1.1.4
2026-07-09T06:34:49.4810641Z    Compiling sorted-index-buffer v0.2.1
2026-07-09T06:34:49.7031721Z    Compiling hashbrown v0.16.1
2026-07-09T06:34:49.7881421Z    Compiling xmltree v0.10.3
2026-07-09T06:34:49.8500919Z    Compiling proc-macro-crate v3.5.0
2026-07-09T06:34:49.9531628Z    Compiling serde_derive_internals v0.29.1
2026-07-09T06:34:50.2801456Z    Compiling netlink-packet-route v0.30.0
2026-07-09T06:34:50.5561172Z    Compiling errno v0.3.14
2026-07-09T06:34:50.5804685Z    Compiling ioctl-rs v0.1.6
2026-07-09T06:34:50.6963596Z    Compiling serial-core v0.4.0
2026-07-09T06:34:50.7129506Z    Compiling termios v0.2.2
2026-07-09T06:34:50.7249204Z    Compiling simple-dns v0.9.3
2026-07-09T06:34:50.7387366Z    Compiling aho-corasick v1.1.4
2026-07-09T06:34:50.8531696Z    Compiling sha1_smol v1.0.1
2026-07-09T06:34:50.9451843Z    Compiling linux-raw-sys v0.12.1
2026-07-09T06:34:50.9531188Z    Compiling smol_str v0.1.24
2026-07-09T06:34:51.0181908Z    Compiling regex-syntax v0.8.10
2026-07-09T06:34:51.2230183Z    Compiling simdutf8 v0.1.5
2026-07-09T06:34:51.2492037Z    Compiling signal-hook v0.3.18
2026-07-09T06:34:51.3320900Z    Compiling winnow v0.7.15
2026-07-09T06:34:51.3531701Z    Compiling toml_write v0.1.2
2026-07-09T06:34:51.5234131Z    Compiling resolv-conf v0.7.6
2026-07-09T06:34:51.7147786Z    Compiling constant_time_eq v0.4.2
2026-07-09T06:34:51.7273768Z    Compiling arrayref v0.3.9
2026-07-09T06:34:51.8327172Z    Compiling lru v0.16.4
2026-07-09T06:34:51.9852683Z    Compiling serde_derive v1.0.228
2026-07-09T06:34:52.0991411Z    Compiling zeroize_derive v1.4.3
2026-07-09T06:34:52.1132871Z    Compiling tokio-macros v2.7.0
2026-07-09T06:34:52.4090767Z    Compiling zerofrom-derive v0.1.7
2026-07-09T06:34:52.9100650Z    Compiling futures-macro v0.3.32
2026-07-09T06:34:53.0381785Z    Compiling yoke-derive v0.8.2
2026-07-09T06:34:53.0499583Z    Compiling zeroize v1.8.2
2026-07-09T06:34:53.3738780Z    Compiling tokio v1.52.3
2026-07-09T06:34:53.3840935Z    Compiling zerovec-derive v0.11.3
2026-07-09T06:34:54.5470968Z    Compiling futures-util v0.3.32
2026-07-09T06:34:54.6011346Z    Compiling displaydoc v0.2.6
2026-07-09T06:34:54.9375617Z    Compiling tracing-attributes v0.1.31
2026-07-09T06:34:54.9763979Z    Compiling rustls-pki-types v1.14.1
2026-07-09T06:34:55.0859976Z    Compiling zerofrom v0.1.8
2026-07-09T06:34:55.2460972Z    Compiling yoke v0.8.3
2026-07-09T06:34:55.2676832Z    Compiling curve25519-dalek-derive v0.1.1
2026-07-09T06:34:55.5691271Z    Compiling thiserror-impl v2.0.18
2026-07-09T06:34:55.6327401Z    Compiling zerovec v0.11.6
2026-07-09T06:34:56.1440604Z    Compiling zerotrie v0.2.4
2026-07-09T06:34:56.3439580Z    Compiling darling_macro v0.20.11
2026-07-09T06:34:56.4080863Z    Compiling derive_more-impl v2.1.1
2026-07-09T06:34:56.7720858Z    Compiling n0-error-macros v0.1.3
2026-07-09T06:34:56.8167604Z    Compiling tinystr v0.8.3
2026-07-09T06:34:56.9250672Z    Compiling potential_utf v0.1.5
2026-07-09T06:34:57.1311550Z    Compiling icu_locale_core v2.2.0
2026-07-09T06:34:57.1760475Z    Compiling icu_collections v2.2.0
2026-07-09T06:34:57.2863891Z    Compiling darling v0.20.11
2026-07-09T06:34:57.4090511Z    Compiling derive_builder_core v0.20.2
2026-07-09T06:34:57.5711289Z    Compiling spez v0.1.2
2026-07-09T06:34:58.1250918Z    Compiling der v0.8.0-rc.10
2026-07-09T06:34:58.3450731Z    Compiling pin-project-internal v1.1.13
2026-07-09T06:34:58.3980970Z    Compiling cobs v0.3.0
2026-07-09T06:34:58.4200485Z    Compiling n0-error v0.1.3
2026-07-09T06:34:58.6991456Z    Compiling icu_provider v2.2.0
2026-07-09T06:34:59.1454716Z    Compiling icu_normalizer v2.2.0
2026-07-09T06:34:59.2450694Z    Compiling icu_properties v2.2.0
2026-07-09T06:34:59.5774758Z    Compiling derive_builder_macro v0.20.2
2026-07-09T06:34:59.8920867Z    Compiling ed25519-dalek v2.2.0
2026-07-09T06:34:59.9667523Z    Compiling derive_builder v0.20.2
2026-07-09T06:35:00.2821120Z    Compiling ipnet v2.12.0
2026-07-09T06:35:00.4231573Z    Compiling spki v0.8.0-rc.4
2026-07-09T06:35:00.5011242Z    Compiling pin-project v1.1.13
2026-07-09T06:35:00.5270744Z    Compiling futures-executor v0.3.32
2026-07-09T06:35:00.6061673Z    Compiling spt-proto v0.30.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-proto)
2026-07-09T06:35:00.7141132Z    Compiling pkcs8 v0.11.0-rc.10
2026-07-09T06:35:00.9590377Z    Compiling prefix-trie v0.8.4
2026-07-09T06:35:01.0180910Z    Compiling tokio-util v0.7.18
2026-07-09T06:35:01.0763332Z    Compiling once_cell v1.21.4
2026-07-09T06:35:01.1159538Z    Compiling netlink-sys v0.8.8
2026-07-09T06:35:01.1341006Z    Compiling ed25519 v3.0.0-rc.4
2026-07-09T06:35:01.2517440Z    Compiling futures v0.3.32
2026-07-09T06:35:01.3458489Z    Compiling tracing-core v0.1.36
2026-07-09T06:35:01.4982767Z    Compiling idna_adapter v1.2.2
2026-07-09T06:35:01.6580805Z    Compiling idna v1.1.0
2026-07-09T06:35:01.7038730Z    Compiling hashbrown v0.14.5
2026-07-09T06:35:02.2223770Z    Compiling tracing v0.1.44
2026-07-09T06:35:02.2492112Z    Compiling postcard-derive v0.2.2
2026-07-09T06:35:02.2791469Z    Compiling data-encoding-macro-internal v0.1.18
2026-07-09T06:35:02.5441200Z    Compiling url v2.5.8
2026-07-09T06:35:02.6532484Z    Compiling h2 v0.4.14
2026-07-09T06:35:02.9245432Z    Compiling hashlink v0.9.1
2026-07-09T06:35:02.9503006Z    Compiling data-encoding-macro v0.1.20
2026-07-09T06:35:03.1203527Z    Compiling postcard v1.1.3
2026-07-09T06:35:03.1970718Z    Compiling derive_more v2.1.1
2026-07-09T06:35:03.2130685Z    Compiling tower v0.5.3
2026-07-09T06:35:03.5741725Z    Compiling rustls-native-certs v0.8.4
2026-07-09T06:35:03.7241431Z    Compiling hickory-proto v0.26.0-beta.4
2026-07-09T06:35:03.7270718Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-07-09T06:35:03.7462995Z    Compiling iroh-metrics-derive v0.4.1
2026-07-09T06:35:03.7795811Z    Compiling num_enum_derive v0.7.6
2026-07-09T06:35:03.7974565Z    Compiling async-trait v0.1.89
2026-07-09T06:35:03.8707548Z    Compiling enum-assoc v1.3.0
2026-07-09T06:35:04.0970803Z    Compiling rusqlite v0.32.1
2026-07-09T06:35:04.1905081Z    Compiling strum_macros v0.28.0
2026-07-09T06:35:04.3454700Z    Compiling tower-http v0.6.11
2026-07-09T06:35:04.3613843Z    Compiling iroh-relay v0.98.0
2026-07-09T06:35:04.3722445Z    Compiling iroh-base v0.98.0
2026-07-09T06:35:04.5251502Z    Compiling iroh-metrics v0.38.3
2026-07-09T06:35:04.6569038Z    Compiling n0-watcher v0.6.1
2026-07-09T06:35:04.7212026Z    Compiling attohttpc v0.30.1
2026-07-09T06:35:04.8296689Z    Compiling tokio-stream v0.1.18
2026-07-09T06:35:05.0150615Z    Compiling netlink-proto v0.12.0
2026-07-09T06:35:05.0246680Z    Compiling netdev v0.42.0
2026-07-09T06:35:05.2161285Z    Compiling moka v0.12.15
2026-07-09T06:35:05.4342618Z    Compiling num_enum v0.7.6
2026-07-09T06:35:05.4793745Z    Compiling serde_spanned v0.6.9
2026-07-09T06:35:05.5614800Z    Compiling toml_datetime v0.6.11
2026-07-09T06:35:05.5736792Z    Compiling ref-cast-impl v1.0.25
2026-07-09T06:35:05.6106482Z    Compiling thiserror-impl v1.0.69
2026-07-09T06:35:06.0560972Z    Compiling spt-store v0.30.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-store)
2026-07-09T06:35:06.2810485Z    Compiling toml_edit v0.22.27
2026-07-09T06:35:06.6931760Z    Compiling webpki-roots v1.0.7
2026-07-09T06:35:06.7215980Z    Compiling regex-automata v0.4.14
2026-07-09T06:35:06.7317536Z    Compiling schemars_derive v1.2.1
2026-07-09T06:35:06.8534158Z    Compiling serial-unix v0.4.0
2026-07-09T06:35:06.9360707Z    Compiling signal-hook-registry v1.4.8
2026-07-09T06:35:07.1459456Z    Compiling darling_core v0.23.0
2026-07-09T06:35:07.2184997Z    Compiling serde_bytes v0.11.19
2026-07-09T06:35:07.2530868Z    Compiling hmac v0.12.1
2026-07-09T06:35:07.4272613Z    Compiling seize v0.5.1
2026-07-09T06:35:07.4996648Z    Compiling iroh v0.98.2
2026-07-09T06:35:07.6144670Z    Compiling pin-utils v0.1.0
2026-07-09T06:35:07.6323629Z    Compiling cmov v0.5.4
2026-07-09T06:35:07.6482854Z    Compiling dyn-clone v1.0.20
2026-07-09T06:35:07.7725276Z    Compiling rustix v0.38.44
2026-07-09T06:35:07.9001609Z    Compiling bitflags v1.3.2
2026-07-09T06:35:07.9695871Z    Compiling ctutils v0.4.2
2026-07-09T06:35:07.9696576Z    Compiling nix v0.25.1
2026-07-09T06:35:07.9861500Z    Compiling filedescriptor v0.8.3
2026-07-09T06:35:07.9988246Z    Compiling papaya v0.2.4
2026-07-09T06:35:08.1691368Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-07-09T06:35:08.3310999Z    Compiling strum v0.28.0
2026-07-09T06:35:08.3848350Z    Compiling hkdf v0.12.4
2026-07-09T06:35:08.4722453Z    Compiling iroh-dns v0.98.0
2026-07-09T06:35:08.5222203Z    Compiling serial v0.4.0
2026-07-09T06:35:08.6394318Z    Compiling backon v1.6.0
2026-07-09T06:35:08.6516744Z    Compiling anstyle-parse v1.0.0
2026-07-09T06:35:08.8813305Z    Compiling vte_generate_state_changes v0.1.2
2026-07-09T06:35:08.9520275Z    Compiling colorchoice v1.0.5
2026-07-09T06:35:09.0331436Z    Compiling downcast-rs v1.2.1
2026-07-09T06:35:09.1190891Z    Compiling is_terminal_polyfill v1.70.2
2026-07-09T06:35:09.1370594Z    Compiling foldhash v0.1.5
2026-07-09T06:35:09.1621012Z    Compiling shell-words v1.1.1
2026-07-09T06:35:09.2463964Z    Compiling linux-raw-sys v0.4.15
2026-07-09T06:35:09.3218790Z    Compiling instability v0.3.12
2026-07-09T06:35:09.3401695Z    Compiling anstyle-query v1.1.5
2026-07-09T06:35:09.4451205Z    Compiling anstyle v1.0.14
2026-07-09T06:35:09.4602751Z    Compiling hashbrown v0.15.5
2026-07-09T06:35:09.4773889Z    Compiling vte v0.13.1
2026-07-09T06:35:09.6380657Z    Compiling signal-hook-mio v0.2.5
2026-07-09T06:35:09.7889495Z    Compiling spake2 v0.4.0
2026-07-09T06:35:09.9542167Z    Compiling toml v0.8.23
2026-07-09T06:35:10.2984683Z    Compiling schemars v1.2.1
2026-07-09T06:35:10.5976592Z    Compiling regex v1.12.3
2026-07-09T06:35:10.9405013Z    Compiling hyper v1.10.1
2026-07-09T06:35:11.0068270Z    Compiling spt-msg v0.30.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-msg)
2026-07-09T06:35:11.5945029Z    Compiling anstream v1.0.0
2026-07-09T06:35:11.6404472Z    Compiling terminal_size v0.4.4
2026-07-09T06:35:11.8741084Z    Compiling strum_macros v0.26.4
2026-07-09T06:35:11.9300631Z    Compiling sha1 v0.10.6
2026-07-09T06:35:11.9520556Z    Compiling itertools v0.13.0
2026-07-09T06:35:12.2110783Z    Compiling castaway v0.2.4
2026-07-09T06:35:12.3412825Z    Compiling spt-runtime v0.30.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-runtime)
2026-07-09T06:35:12.3510904Z    Compiling clap_lex v1.1.0
2026-07-09T06:35:12.3640023Z    Compiling indoc v2.0.7
2026-07-09T06:35:12.8171490Z    Compiling unicode-width v0.1.14
2026-07-09T06:35:13.0512460Z    Compiling doctest-file v1.1.1
2026-07-09T06:35:13.1212227Z    Compiling darling_macro v0.23.0
2026-07-09T06:35:13.2521756Z    Compiling static_assertions v1.1.0
2026-07-09T06:35:13.3511909Z    Compiling compact_str v0.8.2
2026-07-09T06:35:13.6780501Z    Compiling darling v0.23.0
2026-07-09T06:35:13.7505186Z    Compiling hyper-util v0.1.20
2026-07-09T06:35:13.9245083Z    Compiling interprocess v2.4.2
2026-07-09T06:35:14.1671762Z    Compiling portable-pty v0.8.1
2026-07-09T06:35:14.5701810Z    Compiling clap_builder v4.6.0
2026-07-09T06:35:14.6701063Z    Compiling crossterm v0.28.1
2026-07-09T06:35:14.7331087Z    Compiling lru v0.12.5
2026-07-09T06:35:14.8956696Z    Compiling spt-term v0.30.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-term)
2026-07-09T06:35:14.9635388Z    Compiling unicode-truncate v1.1.0
2026-07-09T06:35:14.9891857Z    Compiling clap_derive v4.6.1
2026-07-09T06:35:15.1327061Z    Compiling unicode-width v0.2.0
2026-07-09T06:35:15.1581761Z    Compiling cassowary v0.3.0
2026-07-09T06:35:15.2780793Z    Compiling iana-time-zone v0.1.65
2026-07-09T06:35:15.4500212Z    Compiling nucleo-matcher v0.3.1
2026-07-09T06:35:15.5181597Z    Compiling chrono v0.4.45
2026-07-09T06:35:15.6091960Z    Compiling strum v0.26.3
2026-07-09T06:35:15.7480796Z    Compiling qrcode v0.14.1
2026-07-09T06:35:15.7883046Z    Compiling tempfile v3.27.0
2026-07-09T06:35:16.3470714Z    Compiling ratatui v0.29.0
2026-07-09T06:35:16.9080885Z    Compiling igd-next v0.17.1
2026-07-09T06:35:17.6767175Z    Compiling spt-live v0.30.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-live)
2026-07-09T06:35:18.0588164Z    Compiling clap v4.6.1
2026-07-09T06:35:18.6339360Z    Compiling portmapper v0.16.0
2026-07-09T06:35:27.2440936Z    Compiling rustls-webpki v0.103.13
2026-07-09T06:35:30.3273357Z    Compiling tokio-rustls v0.26.4
2026-07-09T06:35:30.3274188Z    Compiling rustls-platform-verifier v0.7.0
2026-07-09T06:35:30.3277055Z    Compiling noq-proto v0.17.0
2026-07-09T06:35:30.5475636Z    Compiling hyper-rustls v0.27.9
2026-07-09T06:35:30.5476524Z    Compiling hickory-net v0.26.0-beta.4
2026-07-09T06:35:30.5477048Z    Compiling tokio-websockets v0.13.2
2026-07-09T06:35:30.7526455Z    Compiling reqwest v0.13.4
2026-07-09T06:35:32.1748132Z    Compiling hickory-resolver v0.26.0-beta.4
2026-07-09T06:35:51.3266929Z    Compiling spt-net v0.30.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-net)
2026-07-09T06:35:53.3318089Z    Compiling spt-daemon v0.30.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-daemon)
2026-07-09T06:36:04.4465441Z    Compiling spt v0.30.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt)
2026-07-09T06:36:11.0227555Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 31s
2026-07-09T06:36:11.0672935Z      Running tests/n1_pairing.rs (target/debug/deps/n1_pairing-f1efa0ebfccf9660)
2026-07-09T06:36:11.0688630Z 
2026-07-09T06:36:11.0688792Z running 1 test
2026-07-09T06:36:17.1602496Z test new_brain_serves_against_old_broker ... ok
2026-07-09T06:36:17.1603219Z 
2026-07-09T06:36:17.1603734Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.09s
2026-07-09T06:36:17.1604359Z 
